home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1996 January / Computer Life January 1996.iso / blizzard / blizdemo / blizdemo.exe / SHATMENU.DXR / 00017_EXIT.PCX.ls < prev    next >
Encoding:
Text File  |  1995-10-12  |  152 b   |  12 lines

  1. on mouseDown
  2.   puppetSprite(6, 1)
  3.   set the castNum of sprite 6 to 18
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   puppetSprite(6, 0)
  9.   updateStage()
  10.   quit()
  11. end
  12.